net.UnixListener.ok (method)
7 uses
net (current package)
unixsock.go#L234: func (ln *UnixListener) ok() bool { return ln != nil && ln.fd != nil }
unixsock.go#L242: if !l.ok() {
unixsock.go#L251: if !l.ok() {
unixsock.go#L264: if !l.ok() {
unixsock.go#L277: if !l.ok() {
unixsock.go#L294: if !l.ok() {
unixsock.go#L311: if !l.ok() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |